type golang.org/x/mod/module.pathKind

4 uses

	golang.org/x/mod/module (current package)
		module.go#L370: type pathKind int
		module.go#L373: 	modulePath pathKind = iota
		module.go#L385: func checkPath(path string, kind pathKind) error {
		module.go#L417: func checkElem(elem string, kind pathKind) error {